.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}
.whatsupp-icon {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}
.message-text p{
	text-align: center;
	padding: 0px 80px;
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.slick-slider:not(.slick-initialized) {
	position: relative;
	width: 100%;
    min-height: 200px;
	.bt_bb_content_slider_item {
		position: absolute;
		left: auto;
		right: auto;
		opacity: 0;
	}
}

.slick-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	.bt_bb_show_dots_below & {
		overflow: initial;
	}
	.slick-autoplay-toggle-button {
		display: none;
	}
	.slick-list {
		width: auto;
		.slick-slide {
			.bt_bb_content_slider_item_content {
				width: 100%;
			}
		}
	}
	.bt_bb_height_auto & {
		.slick-slide {
			width: 100%;
			img {
				max-width: none;
				width: 100%;
				height: auto;
				display: block;
			}
		}
	}
	.bt_bb_height_full_screen & {
		.slick-slide {
			height: 100vh;
		}
		&.slick-initialized .slick-slide {
			display: flex;
			align-items: center;
			> div {
				flex: 1 1 100%;
			}
		}
	}
	.bt_bb_height_half_screen & {
		.slick-slide {
			height: 50vh;
		}
		.slick-list {
			height: 50vh !important;
		}
	}
	.bt_bb_height_keep-height & {
		.slick-slide {
			display: flex;
			align-items: center;
		}
	}
	.bt_bb_height_full_screen &, .bt_bb_height_half_screen & {
		.slick-slide {
			background-color: transparent;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
	}
	.bt_bb_slider.bt_bb_use_lightbox & .slick-slide {
		cursor: zoom-in;
	}
}

.bt_bb_gap_small {
	.slick-list {
		margin: 0 -0.25rem;
		.slick-slide .content {
			padding: 0 0.25rem;
		}			
	}
}	
.bt_bb_gap_normal {
	.slick-list {
		margin: 0 -0.5rem;
		.slick-slide .content {
			padding: 0 0.5rem;
		}			
	}
}
.bt_bb_gap_large {
	.slick-list {
		margin: 0 -1rem;
		.slick-slide .content {
			padding: 0 1rem;
		}			
	}
}

/* Buttons */	

button.slick-arrow {
	padding: 0;
	letter-spacing: initial;
	border-radius: 0;
	position: absolute;
	z-index: 10;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	top: 50%;
	margin-top: -22px;
	border-radius: 0;
	background-color: rgba(0,0,0,0.7);
	&:hover {background-color: rgba(0,0,0,0.95);}
	cursor: pointer;
	outline: none;
	border: none;
	&:focus {
		outline: none;
	}
	&.slick-next {
		right: 0;
		&:before {content: '\e684';}
		.rtl & {
			left: 0;
			right: auto;
			&:before {content: '\e686';}
		}
	}
	&.slick-prev {
		left: 0;
		&:before {content: '\e686';}
		.rtl & {
			right: 0;
			left: auto;
			&:before {content: '\e684';}
		}
	}
	&.slick-disabled {
		opacity: 0.5;
		cursor: default;
	}
	&:before {
		color: #fff;
		display: block;
		font-size: 34px;
	font-family: 'Poppins', sans-serif;
		line-height: 44px;
	}
	&:hover, &:focus {
		text-decoration: none;
	}
	.bt_bb_arrows_size_small & {
		width: 34px;
		height: 34px;
		margin-top: -17px;
		&:before {
			font-size: 24px;
			line-height: 34px;
		}		
	}
	.bt_bb_arrows_size_large & {
		width: 64px;
		height: 64px;
		margin-top: -32px;
		&:before {
			font-size: 54px;
			line-height: 64px;
		}		
	}
}
.slick-list {
	width: 100%;
	position: relative;
	.slick-slide {
		background-size: cover;
	}
}

.slick-dots
{
    position: absolute;
    bottom: 1em;
	.bt_bb_show_dots_below & {
		bottom: -2em;
	}
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 1;
	li
	{
		position: relative;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 5px;
		padding: 0em;
		cursor: pointer;
		border: 2px solid white;
		border-radius: 50%;
		transition: background-color 300ms ease;
		&.slick-active, &:hover {
			background: white;
		}
		button
		{
			font-size: 0;
			line-height: 0;
			display: block;
			width: 1em;
			height: 1em;
			cursor: pointer;
			color: transparent;
			background-color: transparent;
			border: 0;
			outline: none;
			
		}
	}
}

/* Overlay */

.bt_bb_content_slider_item {
	&[class*="bt_bb_background_overlay"] {
		position: relative;
		&:before {
			content: ' ';
			pointer-events: none;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			z-index: 1;
		}
		.bt_bb_content_slider_item_content {
			position: relative;
			z-index: 1;
		}
	}
	&[class*="dark_stripes"]:before {
		background-image: linear-gradient(
		    to right top,
		    transparent 33%,
		    rgba(0,0,0,0.75) 33%,
		    rgba(0,0,0,0.75) 66%,
		    transparent 66%
		);
		background-size: 3px 3px;
		background-repeat: repeat;
	}
	&[class*="light_stripes"]:before {
		background-image: linear-gradient(
		    to right top,
		    transparent 33%,
		    rgba(255,255,255,0.5) 33%,
		    rgba(255,255,255,0.5) 66%,
		    transparent 66%
		);
		background-size: 3px 3px;
		background-repeat: repeat;
	}
	&[class*="light_solid"]:before { background-color: rgba(255,255,255,0.5); }
	&[class*="dark_solid"]:before { background-color: rgba(0,0,0,0.5); }
	&[class*="dark_gradient"]:before { background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,1) 100%); }
	&[class*="light_gradient"]:before { background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); }
	/*&[aria-hidden=true] {
		a[href], area[href], input:not([disabled]), select:not([disabled]), textarea:not([disabled]), button:not([disabled]), [tabindex]:not([disabled]), [contenteditable=true]:not([disabled]){
			visibility: hidden;
		}	
	}*/
	
}



@media(max-width:576px){
	.message-text p{
		text-align: justify;
		padding: 0px 0px;
	}
	
}

.ruhul-info p{
	line-height: 29px;
}